home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Vollversion
/
CamD
/
development
/
examples
/
vu
/
smakefile
< prev
next >
Wrap
Makefile
|
2000-05-15
|
369b
|
15 lines
# =========================================================================
# Makefile for VU using SAS C 6.1
# =========================================================================
.c.o:
SC $*.c opt optsize nostdio nodebug
MAINOBJS = vu.o images.o
OBJS = $(MAINOBJS)
vu: $(OBJS)
SLINK lib:c.o $(OBJS) noicons library lib:sc.lib lib:amiga.lib to vu